revealer: Don't report >0 preferred width...
authorTimm Bäder <mail@baedert.org>
Fri, 19 Feb 2016 12:22:02 +0000 (13:22 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2016 01:45:45 +0000 (20:45 -0500)
commit0c25c5d43d3a299698a54b31107339861e556a2d
tree3c919342fa07e2bffce514a57bf62f816eb9a573
parent17a4bd51bb0975dada19c64324a5e77026570467
revealer: Don't report >0 preferred width...

... if the child is concealed and the transition type is set to NONE.
In this case, both preferred width and preferred height should be 0, but
we still can't use that to allocate a size for the child, so care about
the minimum size of the child in gtk_revealer_get_child_allocation.

https://bugzilla.gnome.org/show_bug.cgi?id=761760
gtk/gtkrevealer.c